home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Skunkware 5
/
Skunkware 5.iso
/
src
/
X11
/
xarchie-2.0.9
/
weight.h
< prev
next >
Wrap
C/C++ Source or Header
|
1995-06-18
|
363b
|
15 lines
/*
* weight.h : Routines for ordering hosts by "weight"
*
* George Ferguson, ferguson@cs.rochester.edu, 23 Apr 1993.
* Based on a suggestion from Peter J Nilsson (pjn@ida.liu.se).
*/
typedef struct _hostWeightRec {
char *name;
int weight;
} HostWeightRec;
extern void initHostWeights(),reinitHostWeights();
extern int hostWeight(/* char *host */);